/* 引入字体 */
/* @font-face {
	font-family:"NotoSansHans-Regular";
	src: url(../fonts/NotoSansHans-Regular.ttf);
} */
body{
	/*font-family: 'NotoSansHans-Regular';*/
	font-family: Arial,"Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "PingFang SC", "苹果苹方", Helvetica, "SimHei", "黑体",serif, "宋体",sans-serif;
	max-width: 100%;
	overflow-x: hidden;
	background-color: #fff;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
em,
ins,
i{
	font-style: normal;
	text-decoration: none;
}

input:-moz-placeholder,  
textarea:-moz-placeholder {  
    color: #a9a9a9;  
}  
input:-ms-input-placeholder,  
textarea:-ms-input-placeholder {  
    color: #a9a9a9;  
}  
input::-webkit-input-placeholder,  
textarea::-webkit-input-placeholder {  
    color: #a9a9a9;  
}
.w1416{
	width: 1480px;
	padding: 0 32px;
	margin: 0 auto;
	overflow: hidden;
}
.w1600{
	width: 1655px;
	margin: 0 auto;
	overflow: hidden;
}
#columns{
	margin: 0;
}
/* 轮播图 */
.banner-swiper{
	height: 100vh;
	position: relative;
}
.banner-swiper .swiper-slide img{
	min-width: 100%;
	vertical-align: middle;
	object-fit: cover;
	min-height: 100vh;
}
.banner-page{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0;
	bottom: 58px;
}

.banner-page .swiper-button-prev,
.banner-page .swiper-button-next,
.banner-page .swiper-pagination{
	position: static;
	background: none;
	width: auto;
	height: auto;
	margin: 0;
}

.banner-page .swiper-pagination{
	display: flex;
	align-items: center;
	width: auto !important;
}
.banner-page .swiper-pagination-bullet{
	width: 3px;
	height: 20px;
	background-color: #fff;
	margin: 0 8px;
	border-radius: 0;
	opacity: 1;
}
.banner-page .swiper-pagination-bullet-active{
	width: 4px;
	height: 30px;
	background-color: #fad94d;
}
.banner-page .swiper-button-prev{
	margin-right: 24px;
}
.banner-page .swiper-button-next{
	margin-left: 24px;
}
.banner-page .swiper-button-prev em,
.banner-page .swiper-button-next em{
	display: block;
	font-size: 20px;
	color: #fff;
	transform: scaleY(2);
}
.banner-page .swiper-button-prev::after,
.banner-page .swiper-button-next::after{
	display: none;
}

/* 产品系列 */
.pull-title{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.pull-title h2{
	font-size: 28px;
	line-height: 1.5;
	color: #1d1d1d;
	margin: 0 0 12px;
}
.pull-title p{
	font-size: 24px;
	line-height: 1.7;
	color: #3e3a39;
	margin: 0;
}
.pull-title>a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 30px;
	background-color: #085ca9;
	border: 1px solid #085ca9;
	border-radius: 6px;
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
	transition: all .6s;
}
.pull-title>a:hover{
	background-color: #fff;
	color: #085ca9;
	transition: all .6s;
}
.pull-title>a em{
	margin-left: 10px;
}
.pull-product-bg{
	padding: 125px 0 195px;
}
.list-product-bg{
	display: flex;
	justify-content: space-between;
	margin-top: 56px;
}
.list-product-first{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 46%;
	height: 576px;
	border: 1px solid #dddddd;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
}
.list-product-first .txt{
	width: 100%;
	height: 84px;
	position: absolute;
	flex: 0;
	bottom: 0;
	transition: all .6s;
}
.list-product-first .txt h3{
	font-size: 24px;
	line-height: 3;
	text-align: center;
	color: #121212;
	font-weight: normal;
	transition: all .6s;
	margin: 0;
}
.list-product-first .txt a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 0;
	margin: 10px auto 0;
	background-color: #fff;
	border-radius: 17px;
	font-size: 18px;
	color: #3e3a39;
	transition: all .6s;
	overflow: hidden;
}
.list-product-first .txt a:hover{
	background-color: #0057a6;
	color: #fff;
	transition: all .6s;
}
.list-product-first:hover .txt{
	height: 100%;
	padding-top: 33%;
	background-color: rgba(11,25,54,.45);
	transition: all .6s;
}
.list-product-first:hover .txt h3{
	width: 100%;
	color: #fff;
	font-size: 36px;
	transition: all .6s;
}
.list-product-first:hover .txt a{
	height: 40px;
	transition: all .6s;
}
.list-product-first .txt a em{
	transform: scaleY(1.6);
	margin-left: 10px;
	transition: all .6s;
}
.list-product{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: calc(54% - 10px);
}
.list-product li{
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(50% - 5px);
	height: 283px;
	margin-top: 10px;
	border: 1px solid #dddddd;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
}
.list-product li:nth-of-type(1),
.list-product li:nth-of-type(2){
	margin-top: 0;
}

.list-product li .txt{
	width: 100%;
	height: 72px;
	position: absolute;
	flex: 0;
	bottom: 0;
	transition: all .6s;
}
.list-product li .txt h3{
	font-size: 24px;
	line-height: 3;
	text-align: center;
	color: #121212;
	font-weight: normal;
	transition: all .6s;
	margin: 0;
}
.list-product li .txt a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 0;
	margin: 8px auto 0;
	background-color: #fff;
	border-radius: 15px;
	font-size: 18px;
	color: #3e3a39;
	opacity: 0;
	transition: all .6s;
	overflow: hidden;
}
.list-product li .txt a:hover{
	background-color: #0057a6;
	color: #fff;
	transition: all .6s;
}
.list-product li:hover .txt{
	height: 100%;
	padding-top: 17%;
	background-color: rgba(11,25,54,.45);
	transition: all .6s;
}
.list-product li:hover .txt h3{
	width: 100%;
	color: #fff;
	font-size: 36px;
	transition: all .6s;
}
.list-product li:hover .txt a{
	height: 40px;
	opacity: 1;
	transition: all .6s;
}
.list-product li .txt a em{
	transform: scaleY(1.6);
	margin-left: 8px;
	transition: all .6s;
}

/* 新品推荐 */
.newest-product{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 140px;
}
.pull-title-erect{
	width: 30%;
	flex-wrap: wrap;
	margin-top: 20px;
}
.pull-title-erect>span{
	width: 100%;
}
.pull-title-erect>a{
	margin-top: 70px;
}
.pull-title-erect>a.video-more{
    margin-top: 135px;
}
.newest-product-list-bg{
	width: 66.8%;
}
.newest-swiper {
	padding-bottom: 0;
}

.newest-swiper .swiper-slide {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	overflow: hidden;
}

.newest-swiper .swiper-slide>section>span{
	display: block;
	height: 174px;
	overflow: hidden;
	position: relative;
}
.newest-swiper .swiper-slide>section>span>img{
	width: 100%;
	min-height: 174px;
}
.newest-swiper .swiper-slide>section>div{
	padding: 13px 20px;
}
.newest-swiper .swiper-slide>section h3{
	font-size: 18px;
	line-height: 1.5;
	color: #0057a6;
	font-weight: normal;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.newest-swiper .swiper-slide>section>span em{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 54px;
	height: 54px;
	border-radius: 100%;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.newest-swiper .swiper-slide>section>span em img{
	width: 21px;
	height: 24px;
}
.newest-swiper .swiper-slide>section>span em img:nth-of-type(1){
	display: felx;
	opacity: 1;
	margin-left: 5px;
	transition: all .6s;
}
.newest-swiper .swiper-slide>section>span em img:nth-of-type(2){
	display: none;
	opacity: 0;
	transition: all .6s;
}
.newest-swiper .swiper-slide>section>span em.play img:nth-of-type(1){
	display: none;
	opacity: 0;
	transition: all .6s;
}
.newest-swiper .swiper-slide>section>span em.play img:nth-of-type(2){
	display: flex;
	opacity: 1;
	transition: all .6s;
}

.newest-swiper .swiper-slide>section p{
	font-size: 14px;
	line-height: 1.5;
	color: #727171;
	margin: 10px 0;
}
.newest-swiper .swiper-slide>section a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 28px;
	border: 1px solid #0057a6;
	color: #0057a6;
	font-size: 14px;
	border-radius: 5px;
	margin: 7px 0 10px;
	transition: all .6s;
}
.newest-swiper .swiper-slide>section a:hover{
	background-color: #0057a6;
	color: #fff;
	transition: all .6s;
}

/* 分页器 */
.newest-page{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 18px;
	height: 28px;
}
.newest-page>div{
	position: sticky;
}

.newest-page .swiper-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto !important;
	height: 28px;
}
.newest-page .swiper-pagination .swiper-pagination-bullet{
	display: flex !important;
	justify-content: center;
	align-items: center;
	min-width: 28px;
	height: 28px;
	margin: 0 7px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 26px;
	background-color: #fff;
	border: 1px solid rgba(238,238,238,1);
	opacity: 1;
}
.newest-page .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #0057a6;
	border: 1px solid #0057a6;
	color: #fff !important;
}
.newest-page .swiper-button-prev, 
.newest-page .swiper-button-next{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	font-size: 16px;
	color: #999;
	transform: scaleY(2);
	margin-top: 0;
	background: none;
}
.newest-page .swiper-button-prev::after, 
.newest-page .swiper-button-next::after{
	display: none;
}

/* 视频弹窗 */
.video-list-bg{
    height: 430px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 9998;
    display: none;
	border: 10px solid #333;
	border-radius: 10px;
}
.video-list-bg video{
	height: 100%;
    background-color: #000;
}
.video-list-bg>.close-video{
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #444;
	text-align: center;
    position: absolute;
	top: -24px;
	right: -24px;
    z-index: 9999;
	cursor: pointer;
	overflow: hidden;
}
.video-list-bg>.close-video img{
	width: 100%;
	height: 100%;
}

/* 分页 */
.product-page{
	display: flex;
	justify-content: center;
	height: 28px;
	align-items: center;
	margin-top: 18px;
}
.product-page>a{
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 28px;
	height: 28px;
	margin: 0 7px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 26px;
	border: 1px solid rgba(238,238,238,1);
}
.product-page a.active{
	background-color: #0057a6;
	border: 1px solid #0057a6;
	color: #fff !important;
}
.product-page a.prev,
.product-page a.next{
	border: 1px solid rgba(238,238,238,0);
	color: #595757;
	transform: scaleY(1.5);
}
.product-page>span{
	font-size: 15px;
	margin-left: 30px;
	color: #999;
}
.product-page>span select{
	width: 32px;
	height: 28px;
	border: 1px solid rgba(238,238,238,1);
	margin: 0 10px;
}
.product-page>span select>option{
	font-size: 16px;
	text-align: center;
	color: #595757;
}

/* 解决方案 */
.list-case-bg{
	padding: 67px 0 95px;
	background-image: url(../image/case-bg.jpg);
	background-size: cover;
}
.pull-title-white h2,
.pull-title-white p{
	color: #fff;
}


.case-nav{
	width: 100%;
	height: 58px;
	background-color: rgba(38,40,70,.32);
	margin-top: 55px;
}
.case-nav .swiper-slide{
	width: 16.67%;
	height: 58px;
	font-size: 18px;
	text-align: center;
	line-height: 53px;
	color: #fff;
	cursor: pointer;
}
.case-nav .swiper-slide em{
	width: 100%;
	height: 2px;
	background-color: rgba(255,255,255,.27);
	position: absolute;
	left: 0;
	bottom: 3px;
}
.case-nav .swiper-slide.swiper-slide-thumb-active{
	background-image: url(../image/case-nav-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 55px;
	line-height: 53px;
	border-bottom: 0;
	position: relative;
}

.case-nav .swiper-slide.swiper-slide-thumb-active em{
	width: 50%;
	height: 3px;
	border-radius: 25%;
	background-color: rgba(255,255,255,0);
	background-image: linear-gradient(to right, transparent,#fff,transparent);
	position: absolute;
	left: 25%;
	bottom: 0;
	
}
.case-item-swiper{
    margin-top: -3px;
    border: 2px solid rgba(255,255,255,.27);
	border-top: 0;
}
.case-item{
	width: 100%;
	background-color: rgba(38,40,70,.74);
}
.case-item .swiper-slide{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 80px 0;
	color: #fff;
}
.case-item .swiper-slide .left{
	width: 49%;
	padding: 10px 0 10px 7%;
}
.case-item .swiper-slide .left h3{
	font-size: 26px;
	line-height: 1.5;
	margin-bottom: 16px;
}
.case-item .swiper-slide .left p{
	font-size: 24px;
	line-height: 1.5;
}
.case-item .swiper-slide .right{
	width: calc(51% - 1px);
	padding: 10px 0 10px 7%;
}

.case-item .swiper-slide>ins{
	width: 1px;
	height: 225px;
	background-image: linear-gradient(transparent, #ffffff,transparent);
}


.case-item .swiper-slide .right span{
	display: block;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 18px;
}
.case-item .swiper-slide .right p{
	font-size: 16px;
	line-height: 1.75;
}
.case-item .swiper-slide a{
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	margin-top: 60px;
	transition: all .6s;
}
.case-item .swiper-slide a img{
	height: 19px;
	margin-left: 12px;
	-webkit-filter: invert(100%) grayscale(100%) brightness(1000%);
    -moz-filter: invert(100%) grayscale(100%) brightness(1000%);
    -ms-filter: invert(100%) grayscale(100%) brightness(1000%);
    -o-filter: invert(100%) grayscale(100%) brightness(1000%);
    filter: invert(100%) grayscale(100%) brightness(1000%); 
    transition: all .6s;
}
.case-item .swiper-slide a:hover{
    color: #eb7a1e;
}
.case-item .swiper-slide a:hover img{
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0); 
}

/* 关于飞凌 */
.index-about-bg{
	padding: 180px 0 100px;
}
.index-about{
	display: flex;
	justify-content: space-between;
}
.index-about .pull-title-erect{
	width: 41%;
}
.index-about .pull-title-erect span>p{
	width: 65%;
}
.data-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 75px;
}
.data-item>span{
	width: 0;
	height: 36px;
	border-left: 1px solid #aec9e3;
	border-right: 1px solid #f3f7fb;
}
.data-item li span{
	font-size: 45px;
	line-height: 1.2;
	color: #085ca9;
	font-weight: bold;
}
.data-item li span>em{
	font-size: 28px;
}
.data-item li span>ins{
	font-size: 16px;
	color: #085ca9;
}
.data-item li:nth-of-type(1) span>ins{
	font-size: 14px;
}
.data-item li p{
	font-size: 12px;
	color: #085ca9;
}
.index-about .img{
	width: 52.8%;
	height: 476px;
	border-radius: 26px;
	overflow: hidden;
	position: relative;
}
.index-about .img>img{
	width: 100%;
	min-height: 476px;
}
.index-about .img>video{
	display: none;
}
.index-about .img em{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 54px;
	height: 54px;
	border-radius: 100%;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.index-about .img em img{
	width: 21px;
	height: 24px;
}
.index-about .img em img:nth-of-type(1){
	display: felx;
	opacity: 1;
	margin-left: 5px;
	transition: all .6s;
}
.index-about .img em img:nth-of-type(2){
	display: none;
	opacity: 0;
	transition: all .6s;
}
.index-about .img em.play img:nth-of-type(1){
	display: none;
	opacity: 0;
	transition: all .6s;
}
.index-about .img em.play img:nth-of-type(2){
	display: flex;
	opacity: 1;
	transition: all .6s;
}

/* 新闻资讯 */
.index-news-bg{
	padding: 100px 0 130px;
}
.index-news-list{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 50px;
}
.index-news-list li{
	width: calc(33.3% - 25px);
	background-color: #fff;
	margin-bottom: 35px;
	box-shadow: 0 0 32px 2px rgba(188,188,188,.42);
}
.index-news-list li>em{
	display: block;
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.index-news-list li>em img{
	width: 100%;
	min-height: 240px;
	transition: all .6s;
}
.index-news-list li>em:hover img{
	transform: scale(1.2);
	transition: all .6s;
}
.index-news-list li>h3{
	padding: 0 20px;
	font-size: 18px;
	line-height: 68px;
	overflow: hidden;
	color: #3e3a39;
	font-weight: normal;
}
.index-news-list li>h3 a{
	font-size: 14px;
	color: #6c6c6c;
	float: right;
	transition: all .6s;
}
.index-news-list li>h3 a:hover{
	color: #0057a6;
}
.index-news-list li>ins{
	display: block;
	width: 100%;
	height: 2px;
	background-image: url(../image/border-bg.jpg);
	background-repeat: repeat-x;
}

.index-news-list li>.txt{
	padding: 10px 20px;
}
.index-news-list li>.txt p{
	display: flex;
	justify-content: space-between;
}
.index-news-list li>.txt a{
	width: calc(100% - 80px);
	font-size: 16px;
	line-height: 40px;
	color: #3e3a39;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.index-news-list li>.txt a::before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #3e3a39;
	margin: 15px 10px 0 0;
	border: 1px solid #c6c5c5;
	float: left;
}

.index-news-list li>.txt span{
	font-size: 12px;
	color: #919191;
	line-height: 40px;
}
.index-news-list li>.txt p:hover a{
	color: #0057a6;
}

.index-news-list li>.txt ins{
	display: none;
}
.index-news-list li>.txt p:nth-of-type(1){
	flex-wrap: wrap;
	border-bottom: 2px solid #ededed;
}
.index-news-list li>.txt p:nth-of-type(1) a{
	width: 100%;
}
.index-news-list li>.txt p:nth-of-type(1) span{
	width: 100%;
	padding-left: 20px;
}
.index-news-list li>.txt p:nth-of-type(1) ins{
	display: block;
	width: 100%;
	height: 42px;
	padding-left: 20px;
	font-size: 14px;
	color: #919191;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
div.flo_lef{
    font-size: 16px;
    font-weight: bold;
}
div.flo_lef>a{
	font-size: 16px;
	color: #3e3a39;
	transition: all .6s;
}
div.flo_lef>a:hover{
	color: #0057a6;
}
/* 在线咨询 */
.index-service-bg{
	height: 115px;
	background-color: #f1f2f5;
}
.index-service{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.index-service>span{
	font-size: 35px;
	color: #2a2a2a;
	margin-right: 90px;
}
.index-service>a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 152px;
	height: 48px;
	background-color: #085ca9;
	border: 1px solid #085ca9;
	text-indent: 5px;
	border-radius: 3px;
	font-size: 24px;
	color: #fff;
	transition: all .6s;
}
.index-service>a:hover{
	background-color: #fff;
	color: #085ca9;
	transition: all .6s;
}


/* 
	产品中心页面
 */

/* 当前位置 */
.addr-point{
	font-size: 16px;
	color: #ababab;
	line-height: 2;
	margin-top: 32px;
}
.addr-point>a{
	color: #ababab;
}

/* 类目 */
.product-list-bg{
	margin-top: 45px;
}
.product-list-bg h2{
    display: flex;
    max-width: 100%;
	background-color: #f2f5f7;
	font-size: 20px;
	line-height: 2;
	margin: 0;
	overflow-x: auto;
	overflow-y: hidden;
}
.product-list-bg h2 a{
	width: 155px;
    color: #212121;
	font-weight: normal;
	text-align: center;
    transition: all .6s;
}
.product-list-bg h2 a.active{
    color: #fff;
	background-color: #0c70bb;
}
.product-list-bg h2 a:hover{
	background-color: #ddf0ff;
}
.product-list-bg h2 a.active:hover{
	color: #fff;
	background-color: #0c70bb;
}
.product-list-bg h2 a:last-child{
    margin-right: 0;
}
/* 分类导航 */
.product-nav{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 40px;
}
.product-nav-swiper{
	width: 100%;
}
.product-nav-swiper .swiper-slide{
	width: auto;
	margin-right: 60px;
	font-size: 18px;
	line-height: 40px;
	cursor: pointer;
}
.product-nav-swiper .swiper-slide a{
	color: #3e3a39;
}
.product-nav-swiper .swiper-slide:last-child{
	margin-right: 0;
}
.product-nav-swiper .swiper-slide.active{
	border-bottom: 2px solid #0057a6;
}
.product-nav-swiper .swiper-slide.active a{
	color: #0057a6;
}
.product-nav-swiper .swiper-slide a:hover{
	color: #3e3a39;
}
.product-nav>span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 102px;
	height: 32px;
	margin-left: 8px;
	font-size: 18px;
	color: #3e3a39;
	border: 1px solid #82807f;
	border-radius: 3px;
	cursor: pointer;
}

.product-list{
	display: flex;
	flex-wrap: wrap;
	padding: 28px 0;
}
.product-list li{
	width: calc(25% - 25.5px);
	background-color: #fff;
	box-shadow: 0 0 10px 4px rgba(209,209,209,.3);
	border: 1px solid #f0f0f0;
	margin: 34px 34px 0 0;
	text-align: center;
}
.product-list li:nth-of-type(4n){
	margin-right: 0;
}
.product-list li em{
	display: block;
	width: 100%;
	padding: 0 20px;
	height: 150px;
	margin: 36px auto 24px;
	overflow: hidden;
}
.product-list li em img{
	height: 150px;
	transition: all .6s;
}
.product-list li:hover em img{
	transform: scale(1.1);
	transition: all .6s;
}
.product-list li h3{
	font-size: 24px;
	line-height: 1.5;
	color: #3e3a39;
	padding: 0 40px;
	margin: 0;
	text-align: left;
	font-weight: normal;
}
.product-list li p{
	height: 140px;
	padding: 12px 40px 0;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	color: #9d9d9d;
	margin-bottom: 0;
	word-break: break-all;
	overflow: hidden;
}
.product-list li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 54px;
	font-size: 18px;
	border-top: 1px solid #f0f0f0;
	color: #0c70bb;
	transition: all .6s;
}
.product-list li:hover a{
	background-color: #0c70bb;
	color: #fff;
	transition: all .6s;
}
.product-list-bg .product-page{
	margin: 100px 0 68px;
}
.product-list-bg .product-page a{
	display: inline-block;
}
.product-list-bg .product-page a.prev, 
.product-list-bg .product-page a.next{
	padding: 0 10px;
	border: 1px solid rgba(238,238,238,1);
	transform: scaleY(1);
}


/* 
	产品详情页
 */
.product-detail-survey{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 100px;
}
.product-detail-survey .img{
	width: 38%;
	margin-left: 7%;
}
.product-swiper{
	height: 388px;
	border: 1px solid #d5d5d5;
}
.product-swiper .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-swiper .swiper-slide img{
	width: 77.8%;
	min-height: 268px;
}

.product-thumbnail-swiper{
	padding: 32px 25px;
}
.product-thumbnail-swiper .swiper-wrapper{
	justify-content: space-around;
}
.product-thumbnail-swiper .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 68px;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 0 13px rgba(208,208,208,.85);
	cursor: pointer;
}
.product-thumbnail-swiper .swiper-slide img{
	max-width: 77.8%;
	max-height: 90%;
}
.product-thumbnail-swiper .swiper-slide-thumb-active{
	border: 1px solid #c7dcef;
	background-color: #f8f8f8;
	box-shadow: none;
}

.product-detail-survey .txt{
	width: 43%;
	padding-top: 30px;
}
.product-detail-survey .txt h1{
	font-size: 35px;
	line-height: 1.5;
	color: #3e3a39;
	margin-bottom: 20px;
}
.product-detail-survey .txt p{
	font-size: 20px;
	line-height: 1.8;
	color: #8e8e8e;
}
.survey-btns{
	display: flex;
	margin-top: 30px;
}
.survey-btns>a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 138px;
	height: 42px;
	border: 1px solid #0057a6;
	font-size: 18px;
	color: #0057a6;
}
.survey-btns>a:first-child{
	background-color: #0057a6;
	color: #fff;
	margin-right: 18px;
}


/* 产品详情 */
.product-detail{
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
	height: 70px;
	border-bottom: 1px solid #dedddd;
	margin-top: 45px;
	background-color: #fff;
	z-index: 999;
}
.product-detail-fixed{
	/*position: fixed;*/
	width: 100%;
	top: 23px;
	left: 0;
	z-index: 1;
}
.product-detail-nav-bg{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-detail-nav{
	display: flex;
}
.product-detail-nav li{
	margin-right: 100px;
	font-size: 17px;
	line-height: 68px;
	cursor: pointer;
}
.product-detail-nav li:last-child{
	margin-right: 0;
}
.product-detail-nav li.cur{
	color: #0057a6;
	border-bottom: 2px solid #0057a6;
}
.product-detail-nav-bg>span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 128px;
	height: 32px;
	border: 1px solid #0057a6;
	border-radius: 3px;
	font-size: 14px;
	color: #0057a6;
	cursor: pointer;
}
.product-detail-nav-bg>span img{
	height: 16px;
	margin-right: 6px;
}

.product-detail-item li{
	padding-top: 10px;
}

/* 概述特点 */
.summary-body .summary-box{
	padding: 50px 0;
}
.summary-title p{
	font-size: 42px;
	line-height: 1.5;
	color: #383838;
	font-weight: bold;
}
.summary-title-white p{
	color: #fff;
}
.summary-title p>a:hover{
	color: #383838 !important;
}
.summary-title span{
	display: block;
	width: 105px;
	height: 5px;
	background-color: #4499e9;
	border-radius: 3px;
	margin: 15px auto;
}
.summary-txt{
	margin: 0 auto;
	padding: 30px 0;
}
.summary-txt>p{
	font-size: 16px;
	line-height: 1.8;
	color: #393939;
	text-align: center;
}
.summary-txt-white p{
	color: #fff;
}
.summary-img img{
	max-width: 100%;
	margin: 0 auto;
}
.summary-item{
	display: flex;
	justify-content: center;
	margin-top: 58px;
}
.summary-item>div{
	width: 100px;
	height: 82px;
	border-radius: 12px;
	border: 1px solid #fff;
	background-color: #000;
	color: #fff;
	margin-right: 140px;
}
.summary-item>div:last-child{
	margin-right: 0;
}
.summary-item>div strong{
	display: block;
	font-size: 24px;
	line-height: 1.5;
	margin: 11px 0 3px;
}
.summary-item>div span{
	display: block;
	font-size: 14px;
	line-height: 1.5;
}

.industry-item{
	display: flex;
	flex-wrap: wrap;
	max-width: 968px;
	margin: 40px auto 0;
}
.industry-item>div{
	width: calc(25% - 13.5px);
	margin: 18px 18px 0 0;
}
.industry-item>div:nth-of-type(4n){
	margin-right: 0;
}
.industry-item>div>span{
	display: block;
	width: 100%;
	height: 152px;
	padding: 4px;
	border: 2px solid #d0d0d0;
}
.industry-item>div>span em{
	display: block;
	width: 100%;
	height: 140px;
	overflow: hidden;
}
.industry-item>div>span img{
	width: 100%;
	min-height: 140px;
	transition: all .6s;
}
.industry-item>div>em{
	display: block;
	font-size: 24px;
	color: #000;
	line-height: 2;
}
.industry-item>div>em>a:hover{
	color: #000 !important;
}
.industry-item>div:hover img{
	transform: scale(1.2);
	transition: all .6s;
}


/* 选型对比 */
.contrast-bg{
	display: flex;
	justify-content: space-between;
	padding: 50px 32px 94px;
}
.contrast-side{
	width: 216px;
}
.contrast-side>strong{
	display: block;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 35px;
	color: #3e3a39;
	font-weight: normal;
}
.side-list li>p{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 50px;
	padding: 0 10px;
	background-color: #f3f3f3;
	color: #2b2b2b;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 2px;
	cursor: pointer;
}
.side-list li.active>p{
	border-bottom: 0;
	margin-bottom: 0;
}
.side-list li .side-sun{
	height: 0;
	overflow: hidden;
}
.side-list li .side-sun>span{
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 14px;
	line-height: 1.6;
	margin: 14px 0;
	cursor: pointer;
}
.side-list li .side-sun>span>span{
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background-color: #7fa7c5;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	transform: scale(0.88);
	margin-left: 5px;
	font-weight: normal;
}
.side-list li .side-sun>span em{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 20px;
	background-color: #f8f9fa;
	margin-right: 7px;
}
.side-list li .side-sun>span em>ins{
	width: 13px;
	height: 13px;
	border-radius: 2px;
	border: 1px solid #767676;
}
.side-list li .side-sun>span.cur em>ins{
	background-color: #0075ff;
	background-image: url(../image/icon-yes.png);
	background-size: 100%;
	border: 0;
}
.side-list li>p em{
	font-family: "黑体";
	transform: scaleY(1.2);
	color: #323232;
}
.side-list li.active>p em{
	transform: rotate(90deg);
}
.side-list li.active .side-sun{
	height: auto;
	max-height: 208px;
	padding: 10px 6px;
}
.side-list li.active .side-sun.show{
	max-height: 100%;
}

.side-list .more-btn{
	display: none;
	font-size: 14px;
	line-height: 2;
	color: #83af76;
	text-align: left;
	text-indent: 7px;
	margin: 0px 0 15px;
	cursor: pointer;
}

.product-page-box{
	margin-top: 25px;
}

.contrast{
	width: calc(100% - 315px);
}
.contrast-statistics{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contrast-statistics .left>strong{
	display: block;
	font-size: 24px;
	line-height: 1.5;
	color: #3e3a39;
}
.contrast-statistics .left>span{
	display: block;
	font-size: 18px;
	line-height: 1.5;
	color: #3e3a39;
	margin-top: 8px;
}
.contrast-statistics .right{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 136px;
	height: 36px;
	border-radius: 4px;
	background-color: #0057a6;
	color: #fff;
	font-size: 18px;
}
.contrast-list{
	padding: 10px 0;
	margin-top: -10px;
}
.contrast-list li{
	width: calc(33.33% - 38px);
	margin: 30px 57px 0 0;
	position: relative;
}
.contrast-list li:nth-of-type(4n){
	margin-right: 57px;
}
.contrast-list li:nth-of-type(3n){
	margin-right: 0;
}
.contrast-list li>ins{
	display: block;
	width: 21px;
	height: 21px;
	border: 2px solid #78a6d0;
	border-radius: 2px;
	position: absolute;
	top: 10px;
	right: 13px;
	cursor: pointer;
	z-index: 9;
}
.contrast-list li>ins.checked{
	background-color: #0075ff;
	background-image: url(../image/icon-yes.png);
	background-size: 100%;
}

/* 对比结果 */
.result-bg{
	padding: 50px 0 97px;
}
.result-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.result-title span{
	font-size: 24px;
	line-height: 2;
	color: #3e3a39;
}
.result-title a{
	font-size: 24px;
	line-height: 2;
	color: #0057a6;
	margin-right: 24px;
}
.result-title a>em{
	display: block;
	width: 100%;
	height: 0;
	border-top: 1px solid #0057a6;
	border-bottom: 1px solid #c8d4e5;
}
.result-list{
	display: flex;
	justify-content: space-between;
	border: 2px solid #ebebeb;
	border-radius: 2px;
	margin-top: 30px;
}
.result-list li{
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
.result-list li:first-child{
	width: 14%;
	border-left: 0;
}
.result-list li:last-child{
	width: 18.75%;
	border-right: 0;
}
.result-list li>div{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 76px;
	padding: 5px;
	border-top: 1px solid #ebebeb;
	font-size: 17px;
	line-height: 1.4;
	word-break: break-all;
	text-align: center;
	color: #3e3a39;
}
.result-list li>div:first-child{
	flex-wrap: wrap;
	border-top: 0;
	/* border-bottom: 1px solid #ebebeb; */
	height: 260px;
	position: relative;
}
.result-list li>div>ins{
	width: 90%;
	height: 174px;
	margin: 0 auto 30px;
	padding-top: 44px; 
	overflow: hidden;
}
.result-list li>div>ins img{
	height: 130px;
}
.result-list li>div>em{
	width: 100%;
	font-size: 18px;
	line-height: 1.5;
	color: #595757;
	text-align: center;
}
.result-list li>div:first-child span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	border: 1px solid #b2b0b0;
	border-radius: 100%;
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer;
	transition: all .6s;
}
.result-list li>div:first-child span>em{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 2px;
	transform: scaleX(3);
	color: #3e3a39;
	transition: all .6s;
}
.result-list li>div:first-child span:hover{
	border: 1px solid #0057a6;
	transition: all .6s;
}
.result-list li>div:first-child span:hover>em{
	color: #0057a6;
	transition: all .6s;
}
.result-list li>div:first-child>a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.result-list li>div:first-child>a img{
	width: 79px;
	transition: all .6s;
}
.result-list li>div:first-child>a:hover img{
	transform: scale(1.2);
	transition: all .6s;
}

.result-list li.result-01{
	width: 67.5%;
}
.result-list li.result-02{
	width: 33.75%;
}
.result-list li.result-03{
	width: 22.5%;
}
.result-list li.result-04{
	width: 21.52%;
}
.result-tips{
	margin-top: 20px;
	font-size: 14px;
	color: #333;
}
.result-tips>span{
	display: block;
	line-height: 1.5;
	margin: 5px 0;
}


/* 关于飞凌页面 */
.about-banner{
	display: flex;
	align-items: center;
	height: 256px;
	background-position: center;
	background-size: auto 256px; 
}
.about-banner-txt{
	color: #fff;
}
.about-banner-txt h1{
	font-size: 56px;
	line-height: 1.3;
	color: #fff;
	margin: 0;
}
.about-banner-txt p{
	font-size: 18px;
	line-height: 2;
	color: #fff;
}

.about-title{
	font-size: 40px;
	line-height: 1.5;
	color: #3e3a39;
	text-align: center;
}
.about-title-white{
	color: #fff;
}
.about-introduction-bg{
	padding: 45px 0 30px;
}
.about-introduction{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 55px;
}

.about-introduction .img{
	width: 44%;
	height: 320px;
	border-radius: 26px;
	margin-left: 2.1%;
	overflow: hidden;
	position: relative;
}
.about-introduction .img>img{
	width: 100%;
	min-height: 320px;
}
.about-introduction .img>video{
	display: none;
}
.about-introduction .img em{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 54px;
	height: 54px;
	border-radius: 100%;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.about-introduction .img em img{
	width: 21px;
	height: 24px;
}
.about-introduction .img em img:nth-of-type(1){
	display: felx;
	opacity: 1;
	margin-left: 5px;
	transition: all .6s;
}
.about-introduction .img em img:nth-of-type(2){
	display: none;
	opacity: 0;
	transition: all .6s;
}
.about-introduction .img em.play img:nth-of-type(1){
	display: none;
	opacity: 0;
	transition: all .6s;
}
.about-introduction .img em.play img:nth-of-type(2){
	display: flex;
	opacity: 1;
	transition: all .6s;
}

.about-introduction .txt{
	width: 51.5%;
	padding: 0 50px;
	font-size: 18px;
	line-height: 2;
	color: #3e3a39;
	text-align: justify;
}

/* 企业文化 */
.about-culture-bg{
	padding: 45px 0 80px;
}
.about-culture{
	display: flex;
	flex-wrap: wrap;
	margin-top: 45px;
}
.about-culture li{
	width: calc(33.33% - 4px);
	height: 400px;
	border-radius: 2px;
	margin: 6px 6px 0 0;
	position: relative;
	overflow: hidden;
}
.about-culture li:nth-of-type(3n){
	margin-right: 0;
}
.about-culture li img{
	width: 100%;
	min-height: 400px;
}

.culture-txt{
	width: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 140px;
	left: 0;
}
.culture-txt p{
	font-size: 35px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff;
	margin-bottom: 0;
}
.culture-txt span{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 72px;
	font-size: 20px;
	line-height: 1.8;
}

/* 服务范围 */
.about-service-bg{
	height: 513px;
	padding: 45px 0;
	background-position: center;
	background-size: cover;
}
.about-service{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1002px;
	padding: 0;
	margin: 220px auto 0;
}
.about-service li{
	width: 20%;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
}

/* 资质荣誉 */
.about-honor-bg{
	padding-top: 45px;
	background-color: #f2f6f9;
}
.about-honor img{
	width: 100%;
}


/* 视频合辑页面 */
.video-classify{
	margin-top: 15px;
}
.video-classify .product-nav-swiper{
	width: 100%;
}
.video-list{
	display: flex;
	flex-wrap: wrap;
}
.video-list li{
	width: calc(25% - 18.75px);
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	margin: 80px 25px 0 0;
	overflow: hidden;
}
.video-list li:nth-of-type(n+5){
	margin-top: 134px;
}
.video-list li:nth-of-type(4n){
	margin-right: 0;
}
.video-list li>span{
	display: block;
	height: 174px;
	overflow: hidden;
	position: relative;
}
.video-list li>span>img{
	width: 100%;
	min-height: 174px;
}
.video-list li>div{
	padding: 13px 20px;
}
.video-list li h3{
	font-size: 22px;
	line-height: 1.5;
	color: #0057a6;
	font-weight: normal;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.video-list li>span em{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 54px;
	height: 54px;
	border-radius: 100%;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.video-list li>span em img{
	width: 21px;
	height: 24px;
}
.video-list li>span em img:nth-of-type(1){
	display: felx;
	opacity: 1;
	margin-left: 5px;
	transition: all .6s;
}
.video-list li>span em img:nth-of-type(2){
	display: none;
	opacity: 0;
	transition: all .6s;
}
.video-list li>span em.play img:nth-of-type(1){
	display: none;
	opacity: 0;
	transition: all .6s;
}
.video-list li>span em.play img:nth-of-type(2){
	display: flex;
	opacity: 1;
	transition: all .6s;
}

.video-list li p{
	font-size: 16px;
	line-height: 1.5;
	color: #727171;
	margin: 10px 0;
}
.video-all .video-list li p{
	display: flex;
	justify-content: space-between;
}
.video-all .video-list li h3{
	font-size: 20px;
	margin: 0;
	color: #000;
}
.video-list li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 32px;
	border: 1px solid #0057a6;
	color: #0057a6;
	font-size: 16px;
	border-radius: 5px;
	margin: 7px 0 10px;
}

.video-all .product-page{
	margin: 100px 0 60px;
}
.video-all .product-page a{
	color: #000;
}
.video-all .product-page a.prev, 
.video-all .product-page a.next{
	padding: 0 10px;
	border: 1px solid rgba(238,238,238,1);
	transform: scaleY(1);
}

/* 搜索结果页 */
.search-all{
	padding-bottom: 46px;
}
.search-input{
	display: flex;
	justify-content: space-between;
	width: 744px;
	margin: 85px auto 12px;
}
.search-input input{
	width: calc(100% - 160px);
	height: 54px;
	padding: 0 20px;
	border: 1px solid #a9a9a9;
	border-radius: 8px;
	font-size: 16px;
	color: #3e3a39;
}
.search-input button{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 136px;
	height: 54px;
	border: 0;
	border-radius: 4px;
	font-size: 21px;
	color: #fff;
	background-color: #0057a6;
	overflow: hidden;
}
.search-input-knowledge{
	width: 366px;
	border: 1px solid #a9a9a9;
	border-radius: 4px;
	margin: 25px auto 55px;
	overflow: hidden;
}
.search-input-knowledge button{
	width: 56px;
	height: 38px;
	border-radius: 4px 0 0 4px;
}
.search-input-knowledge button img{
	height: 27px;
}
.search-input-knowledge input{
	width: calc(100% - 56px);
	height: 38px;
	border: 0;
}
.search-tag{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 744px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.5;
	color: #ff5a42;
}
.search-tag>strong{
	font-weight: normal;
}
.search-tag>span{
	margin-right: 20px;
	cursor: pointer;
}
.search-tag>span:nth-last-of-type(1){
	margin-right: 0;
}

.search-classify .product-nav-swiper{
	width: 100%;
}
.search-classify .swiper-wrapper{
	justify-content: center;
}
.search-classify .product-nav-swiper .swiper-slide{
	padding: 0 3px;
	margin: 0 75px;
}

.result-statistics{
	padding: 0 10.6%;
	margin-top: 40px;
	font-size: 16px;
	line-height: 1.5;
	color: #606060;
}
.search-list-other{
	padding: 0 10.6% 70px;
	margin-top: 0;
}
.search-list-other li{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 176px;
	margin-top: 68px;
}
.search-list-other li .txt{
	width: 45%;
}
.search-list-other li .txt h2{
	font-size: 18px;
	line-height: 1.5;
	color: #000;
	transition: all .6s;
	margin: 0;
}
.search-gk{
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 2;
	color: #ababab;
	margin: 5px 0 15px;
}
.search-gk>span{
	display: flex;
	align-items: center;
	margin-left: 20px;
	line-height: 1.5;
	color: #ababab;
}
.search-gk>span strong{
	font-weight: normal;
	margin-top: 2px;
}
.search-gk>span img{
	height: 14px;
	margin-right: 6px;
}
.search-gk>span ins{
	display: flex;
	align-items: center;
	height: 26px;
	background-color: #f8f8f8;
	margin-left: 6px;
}
.search-gk>span ins>em{
	height: 19px;
	padding: 0 6px;
	background-color: #fff;
	border: 1px solid #ececf0;
	border-radius: 2px;
	margin: 0 6px;
	font-size: 12px;
	line-height: 17px;
	color: #5990d7;
	cursor: pointer;
	transition: all .6s;
}
.search-gk>span ins>em:hover{
    background-color: #5990d7;
    color: #fff;
}
.search-list-other li .txt p{
	font-size: 13px;
	line-height: 1.8;
	color: #838383;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	margin: 0;
}
.search-list-other li .txt a{
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	color: #2b81dc;
	margin-top: 12px;
}


.search-list-other li .img{
	width: 35.8%;
	height: 176px;
	/* border: 1px solid #bcbcbc; */
	border-radius: 4px;
	text-align: center;
	overflow: hidden;
}
.search-list-other li .img img{
	max-width: 100%;
	min-height: 174px;
	transition: all .6s;
}
.search-list-other li:hover h2{
	color: #2b81dc;
	transition: all .6s;
}
.search-list-other li .img:hover img{
	transform: scale(1.2);
	transition: all .6s;
}

.search-all .product-page a{
	color: #999;
}
.search-all .product-page a.prev{
	transform: scale(1);
	margin-right: 40px;
	color: #bcbcbc;
}
.search-all .product-page a.next{
	transform: scale(1);
	margin-left: 40px;
	color: #bcbcbc;
}
.search-all .product-page a.prev em{
	margin-right: 10px;
	transform: scaleY(1.6);
}
.search-all .product-page a.next em{
	margin-left: 10px;
	transform: scaleY(1.6);
}


/* 文章详情页 */
.news-nav-bg{
	height: 42px;
	background-color: #e9e9e9;
	margin-top: 40px;
}
.news-nav{
	display: flex;
	align-items: center;
	height: 42px;
}
.news-nav .news-nav-swiper{
	margin: 0;
}
.news-nav .swiper-slide{
	width: auto;
}
.news-nav a{
	display: block;
	height: 42px;
	line-height: 42px;
	padding: 0 34.2px;
	font-size: 18px;
	color: #6c6c6c;
	border-radius: 5px;
}
.news-nav .swiper-slide.active a{
	background-color: #0c70bb;
	color: #fff;
}

.article-body{
	margin-top: 48px;
}
.article-body h1{
	font-size: 24px;
	line-height: 1.5;
	color: #000;
	text-align: center;
}
.article-body .search-gk{
	justify-content: center;
	margin-bottom: 48px;
}
.article-body .search-gk>em{
	width: 44px;
	height: 21px;
	background-color: #ff5252;
	border-radius: 3px;
	font-size: 13px;
	line-height: 21px;
	text-align: center;
	color: #fff;
}
.article-body .detail-txt{
	font-size: 16px;
	line-height: 1.8;
}
.article-body .detail-txt img{
	max-width: 100%;
	margin: 8px 0;
}

/* 相关产品 */
.relevant-product{
	margin-top: 40px;
}
.relevant-product h2{
	font-size: 18px;
	line-height: 1.5;
	color: #090909;
}
.relevant-product h2 em{
	margin-left: 8px;
}
.relevant-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 12px;
}
.relevant-list li{
	display: flex;
	justify-content: space-between;
	width: 32%;
	margin: 20px 16.5% 0 1.5%;
	padding: 30px;
	border: 1px solid #c4c4c4;
}
.relevant-list li .txt{
	width: 43.15%;
}
.relevant-list li .txt>p{
	font-size: 18px;
	line-height: 1.5;
	color: #090909;
}

.relevant-list li .txt>span{
	font-size: 14px;
	line-height: 1.8;
	color: #9e9e9e !important;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.relevant-list li .txt>span p span{
	color: #9e9e9e !important;
}
.relevant-list li .txt>a{
	font-family: "微软雅黑";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 96px;
	height: 30px;
	border-radius: 4px;
	background-color: #1c558e;
	font-size: 15px;
	color: #fff;
	margin-top: 12px;
}
.relevant-list li .img{
	width: 44.6%;
	height: 126px;
	overflow: hidden;
}
.relevant-list li .img img{
	width: 100%;
	min-height: 126px;
	transition: all .6s;
}
.relevant-list li:hover .img img{
	transform: scale(1.1);
	transition: all .6s;
}

/* 上下篇 */
.news-page{
	display: flex;
	margin: 35px 0 28px;
}
.news-page a{
	width: 50%;
	padding: 0 1.5%;
	font-size: 14px;
	line-height: 1.5;
	color: #b0b0b0;
}
.news-page a:nth-of-type(2){
	text-align: right;
}

/* 推荐阅读 */
.news-flag{
	padding-top: 27px;
	border-top: 1px solid #dfdfdf;
}
.news-flag h2{
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 1.5;
	color: #090909;
}
.news-flag h2>span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 68px;
	height: 20px;
	border: 1px solid #ccc5c5;
	border-radius: 2px;
	margin-left: 50px;
	font-size: 12px;
	color: #5d5c5c;
	font-weight: normal;
	transition: all .6s;
	cursor: pointer;
}
.news-flag h2>span img{
	height: 11px;
	margin-right: 6px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); 
	transition: all .6s;
}
.news-flag h2>span:hover{
	color: #205f9f;
}
.news-flag h2>span:hover img{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0); 
	transform: rotateZ(360deg);
}
.news-flag-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 25px 0 55px;
}
.news-flag-list li{
	display: flex;
	align-items: center;
	width: 50%;
	padding-left: 1.5%;
}
.news-flag-list li>span{
	width: 8px;
	height: 8px;
	border: 1px solid #a2a2a2;
	border-radius: 100%;
	margin-right: 10px;
	transition: all .6s;
}
.news-flag-list li>a{
	width: calc(100% - 18px);
	font-size: 16px;
	line-height: 2.2;
	color: #205f9f;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	transition: all .6s;
}
.news-flag-list li:hover>span{
	border: 1px solid #ff0000;
	transition: all .6s;
}
.news-flag-list li:hover>a{
	color: #ff0000;
	transition: all .6s;
}

/* 知识库页面 */
.knowledge-all{
	padding-bottom: 80px;
}
.knowledge-classify{
	display: flex;
	padding: 0 1.5%;
	margin-top: 60px;
}

.knowledge-classify>span{
	width: 60px;
	font-size: 16px;
	line-height: 36px;
	color: #000;
}
.knowledge-classify>p{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: calc(100% - 120px);
	height: auto;
	overflow: hidden;
}
.knowledge-classify.cur>p{
	height: 36px;
}
.knowledge-classify>p a{
	width: calc(12.5% - 32px);
	height: 36px;
	margin: 0 16px 26px;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	color: #3e3a39;
	border: 1px solid #9c9c9c;
	border-radius: 18px;
}
.knowledge-classify>p .active{
	background-color: #d3e6ff;
	border: 1px solid #2a74b8;
	color: #2a74b8;
}
.knowledge-classify>em{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 60px;
	height: 36px;
	font-size: 15px;
	color: #ababab;
	cursor: pointer;
}

.knowledge-classify>em img{
	height: 8px;
	margin-left: 8px;
	transition: all .6s;
}
.knowledge-classify>em.open img{
	transform: rotateX(180deg);
	transition: all .6s;
}

/* 知识库列表 */
.knowledge-list{
	padding: 13px 0 72px;
}
.knowledge-list li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 75px;
	padding: 0 0.75%;
	margin: 0 0.75%;
	border-bottom: 2px solid #e7e7e7;
}
.knowledge-list li>img{
	width: 27px;
	margin-right: 20px;
}
.knowledge-list li>a{
	width: calc(100% - 147px);
	font-size: 16px;
	color: #3e3a39;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	transition: all .6s;
}
.knowledge-list li>span{
	width: 100px;
	font-size: 14px;
	color: #ababab;
}
.knowledge-list li:hover>a{
	color: #0059aa;
	transition: all .6s;
}
.line-box{
	height: 1px;
	background-color: #cbcbcb;
	margin-bottom: 25px;
}

/* 知识库分页 */
.knowledge-all .product-page a{
	color: #999;
}
.knowledge-all .product-page a.prev{
	transform: scale(1);
	margin-right: 40px;
	color: #7f7e7f;
}
.knowledge-all .product-page a.next{
	transform: scale(1);
	margin-left: 40px;
	color: #7f7e7f;
}
.knowledge-all .product-page a.prev em{
	margin-right: 10px;
	transform: scaleY(1.6);
}
.knowledge-all .product-page a.next em{
	margin-left: 10px;
	transform: scaleY(1.6);
}

/* 资料下载 */
.down-list-bg .product-nav-swiper{
	width: 100%;
}
.down-list{
	padding: 40px 0 138px;
}
.down-list li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 2px solid #e5e5e5;
	border-radius: 4px;
	padding: 15px 110px 15px 50px;
	margin-top: 14px;
}
.down-list li .txt{
	width: calc(100% - 110px);
}
.down-list li .txt h2{
	font-size: 18px;
	line-height: 1.5;
	color: #3e3a39;
	margin: 0;
}
.down-list li .txt span{
	display: block;
	font-size: 14px;
	line-height: 1.5;
	color: #3e3a39;
	margin-top: 10px;
}
.down-list li .txt span>em{
	margin-left: 60px;
}
.down-list li .img{
	width: 70px;
	height: 70px;
	overflow: hidden;
	cursor: pointer;
}
.down-list li .img img{
	display: block;
}
.down-list li .img img:nth-of-type(1){
	width: 70px;
	height: 70px;
	opacity: 1;
	transition: all .6s;
}
.down-list li .img img:nth-of-type(2){
	width: 70px;
	height: 70px;
	opacity: 0;
	transition: all .6s;
}
.down-list li .img:hover img:nth-of-type(1){
	margin-top: -70px;
	opacity: 0;
	transform: rotateY(360deg);
	transition: all .6s;
}
.down-list li .img:hover img:nth-of-type(2){
	transform: rotateY(360deg);
	opacity: 1;
	transition: all .6s;
}

/* 尾部 */
.pull-footer-bg{
	background-color: #444;
	padding: 45px 0 65px;
}
.pull-footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pull-foot{
	display: flex;
	width: calc(70% - 1px);
}
.pull-foot li{
	margin-left: 95px;
}
.pull-foot li:first-child{
	margin-left: 80px;
}
.pull-foot li h6{
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	font-weight: normal;
	margin-bottom: 15px;
}
.pull-foot li a{
	display: block;
	font-size: 14px;
	line-height: 2;
	color: #bababa;
}

.pull-footer .line{
	width: 1px;
	height: 160px;
	background-image: linear-gradient(to top, transparent,#858585,transparent);
}

.pull-contact{
	width: 30%;
	padding: 0 65px;
	position: relative;
}
.pull-contact span>img{
	height: 35px;
	-webkit-filter: invert(100%) grayscale(100%) brightness(1000%);
	-moz-filter: invert(100%) grayscale(100%) brightness(1000%);
	-ms-filter: invert(100%) grayscale(100%) brightness(1000%);
	-o-filter: invert(100%) grayscale(100%) brightness(1000%);
	filter: invert(100%) grayscale(100%) brightness(1000%);
}
.pull-contact p{
	font-size: 26px;
	line-height: 1.5;
	color: #fff;
	margin: 17px 0 20px;
}
.other-logo{
	display: flex;
	align-items: center;
}
.other-logo a{
	margin: 0 18px 0 8px;
}
.other-logo a:last-child{
	margin-right: 0;
}
.other-logo a img{
	height: 25px;
}
.other-logo a:nth-of-type(2){
	height: 23px;
}
.other-logo a:last-child img{
	height: 26px;
}
.other-logo .wechat-img{
	width: 108px;
	height: 0;
	position: absolute;
	left: 65px;
	bottom: 30px;
	overflow: hidden;
}
.other-logo .wechat-img.show{
	height: auto;
}
.other-logo .wechat-img img{
	width: 100%;
}

/* 产品详情页 */
.summary-body{
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.8 !important;
	text-align: center;
}
.detail-parameter{
	font-size: 15px;
}
.detail-down p{
	text-align: left;
	font-size: 15px;
	margin-bottom: 20px;
}
.detail-down p:last-child{
	margin-bottom: 0;
}

.contrast-side-btn{
	display: none;
}
.main-img{
    display: none;
}
.all-header:nth-of-type(1){
    margin-top: 30px;
}

.nn_box.qcfd{
	max-width: 1600px;
	margin: 0 auto;
}

.xgcp-item{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.xgcp-item>a{
	width: calc(25% - 30px);
	margin: 40px 40px 0 0;
	border-radius: 4px;
	overflow: hidden;
}
.xgcp-item>a:nth-of-type(4n){
	margin-right: 0;
}
.xgcp-item>a>em{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 220px;
	margin: 0 auto;
	background-color: #f4f4f4;
}
.xgcp-item>a>em>img{
	max-width: 100%;
}

.xgcp-item>a>h2{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: rgba(14,110,184,.8);
	margin-top: -50px;
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
	font-weight: normal;
	position: relative;
	z-index: 1;
}
.xgcp-item>a>.txt{
	padding: 15px;
	background-color: #f4f4f4;
}
.xgcp-item>a>.txt span{
	display: block;
	font-size: 14px;
	line-height: 1.6;
	color: #383838;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.change-mune li a{
	color: #333;
}

.detail-video{
	width: 600px;
	border: 1px solid #dcdcdc;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.detail-video img{
    width: 100%;
    margin: 0 !important;
}

/* 响应式 */
@media (max-width: 1640px){
	.w1600{
		width: 98%;
		max-width: 1600px;
	}
}
@media (max-width: 1520px){
	.w1416{
		width: 98%;
	}
	#headTitle{
		width: 100%;
		padding: 0 2.5%;
	}
	.purchase{
		margin-right: 0;
	}
}

@media (max-width: 1440px){
	.container, .row[data-id="301"]{
		max-width: 96%;
	}
}

@media (max-width: 1360px){
	
}

@media (max-width: 1280px){
	.data-item li span{
		font-size: 40px;
	}
	.data-item li span>em{
		font-size: 24px;
	}
	.about-introduction .txt{
		font-size: 16px;
	}
	.data-item{
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.data-item li:last-child{
		min-width: 33.33%;
		margin-top: 15px;
	}
}
@media (max-width: 1160px){
	.index-service>span{
		font-size: 30px;
	}
	.pull-title h2{
		font-size: 38px;
	}
	.pull-title p{
		font-size: 26px;
	}
	.summary-box-top{
		width: 100%;
	}
	
	.summary-item>div{
		margin-right: 60px;
	}
}

@media (max-width: 900px){
	.summary-title p{
		font-size: 36px;
	}
	.summary-item{
		margin-top: 30px;
	}
	.summary-txt>p{
		font-size: 15px;
	}
	.summary-txt{
		padding: 15px 0;
	}
}

/* 手机端 */
@media (max-width: 768px){
	.w1416{
		width: 100%;
		padding: 0;
	}
	.w1600{
		width: 100%;
		padding: 0;
	}
	#header,
	#headTitle.with-navbar,
	.container-fluid{
		height: 60px;
	}
	.detail-video{
	    width: 100%;
		margin-bottom: 20px;
	}
	.logo{
		width: 135px;
	}
	#headTitle img{
		height: 30px;
	}
	.page-wrapper{
		padding-top: 60px !important;
	}
	
	/* 轮播图 */
	#block261{
		display: block;
	}
	.banner-swiper{
		height: 210px;
	}
	.banner-swiper .swiper-slide img{
		min-height: 210px;
		max-width: auto !important;
	}
	.banner-page{
		height: 20px;
		bottom: 10px;
	}
	.banner-page .swiper-pagination-bullet{
		height: 12px;
	}
	.banner-page .swiper-pagination-bullet-active{
		height: 20px;
	}
	.banner-page .swiper-button-prev em, .banner-page .swiper-button-next em{
		font-size: 16px;
	}
	
	div.col{
		min-height: 0px;
	}
	.header-right{
		top: 60px;
		border-top: 0;
	}
	.header-right .nav-box{
		width: 160px;
		padding-top: 10px;
	}
	.header-right .nav-box li{
		padding-left: 30px;
		text-align: left;
	}
	.header-right .nav-box a{
		font-size: 16px;
		padding: 0;
	}
	.nav-box li a:after{
		height: 2px;
	}
	.header-right.active{
		height: calc(100vh - 60px);
		justify-content: flex-end;
		flex-wrap: wrap;
	}
	.header-right.active .purchase{
		position: fixed;
		width: 80px;
		height: 26px;
		margin: 0;
		top: 17px;
		right: 75px;
		z-index: 999;
	}
	.header-right.active .purchase>a{
		width: 80px;
		height: 26px;
		font-size: 14px;
	}
	.header-right.active .icon-line,
	.header-right.active .search{
		display: none;
	}
	.header-right.active .language{
		display: block;
		position: fixed;
		font-size: 14px;
		line-height: 26px;
		margin: 0;
		top: 17px;
		right: 40px;
		z-index: 999;
	}
	
	/* 产品系列 */
	.pull-product-bg{
		padding: 30px 2%;
	}
	.pull-title{
		align-items: center;
	}
	.pull-title h2{
		font-size: 22px;
		margin: 0 0 6px;
	}
	.pull-title p{
		font-size: 16px;
	}
	.pull-title>a{
		width: 90px;
		height: 30px;
		font-size: 14px;
		margin-bottom: 0;
	}
	.list-product-bg{
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.list-product-first{
		width: 100%;
		height: 360px;
	}
	.list-product-first img{
		max-width: 70%;
	}
	.list-product{
		width: 100%;
	}
	.list-product li{
		height: 180px;
	}
	.list-product li img{
		max-width: 60%;
	}
	.list-product li:nth-of-type(1), 
	.list-product li:nth-of-type(2){
		margin-top: 10px;
	}
	
	.newest-product{
		margin-top: 30px;
		flex-wrap: wrap;
	}
	.newest-product .pull-title-erect{
		width: 100%;
		align-items: center;
	}
	.newest-product .pull-title-erect>span{
		width: auto;
		text-align: left;
	}
	.newest-product .pull-title-erect>a{
		margin-top: 0;
	}
	.newest-product-list-bg{
		width: 100%;
	}
	.newest-swiper{
	    padding-bottom: 0;
	}
	.newest-swiper .swiper-slide{
		flex-wrap: wrap;
		margin-top: 15px;
	}
	.newest-swiper .swiper-slide>section{
		width: calc(100%);
		margin-right: 0 !important;
	}
	.newest-swiper .swiper-slide>section h3{
	    margin-top: 4px;
	}
	
	.list-case-bg{
		padding: 30px 0;
	}
	.list-case-bg .pull-title{
		text-align: center;
	}
	.list-case-bg .pull-title>span{
		width: 100%;
	}
	.list-case{
		padding: 0 2%;
	}
	.case-nav .swiper-slide{
		width: 30.2%;
		font-size: 16px;
	}
	.case-nav{
		margin-top: 20px;
	}
	.case-item .swiper-slide{
		padding: 20px 10px 40px;
		flex-wrap: wrap;
		position: relative;
	}
	.case-item .swiper-slide>ins{
		width: 100%;
		height: 1px;
		background-image: linear-gradient(to right, transparent, #ffffff,transparent);
	}
	.case-item .swiper-slide .left,
	.case-item .swiper-slide .right{
		width: 100%;
		padding: 0;
	}
	.case-item .swiper-slide .left h3{
		font-size: 24px;
		margin: 0 0 10px;
	}
	.case-item .swiper-slide .left p{
		font-size: 18px;
	}
	.case-item .swiper-slide .right span{
		font-size: 18px;
		margin: 15px 0 10px;
	}
	.case-item .swiper-slide .right p{
		font-size: 14px;
	}
	.case-item .swiper-slide a{
		font-size: 15px;
		position: absolute;
		left: 10px;
		bottom: 10px;
		color: #eb7a1e;
	}
	.case-item .swiper-slide a img{
		height: 16px;
		-webkit-filter: grayscale(0);
		-moz-filter: grayscale(0);
		-ms-filter: grayscale(0);
		-o-filter: grayscale(0);
		filter: grayscale(0);
	}
	
	.product-detail-item{
		padding: 0 2%;
	}
	.nn_box p, .nn_box span, .nn_box strong{
		text-align: justify;
	}
	.index-about-bg{
		padding: 30px 2% 0;
	}
	.index-about{
		flex-wrap: wrap;
	}
	.index-about .pull-title-erect{
		width: 100%;
		margin-top: 0;
	}
	.pull-title-erect>span{
		text-align: center;
	}
	.index-about .pull-title-erect span>p{
		margin: 0 auto;
		width: 55%;
	}
	.data-item{
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 0;
	}
	.index-about-bg .pull-title a{
		margin: 20px auto;
	}
	.data-item li{
		padding: 0 20px;
		margin-top: 20px;
	}
	.data-item li span{
		font-size: 30px;
	}
	.data-item li span>em{
		font-size: 25px;
	}
	.data-item span:nth-of-type(3){
		display: none;
	} 
	.index-about .img{
		width: 100%;
		height: 240px;
	}
	.index-about .img>img{
		min-height: 240px;
	}
	.video-list-bg{
		max-width: 96%;
		height: 200px;
	}
	
	
	.index-news-bg{
		padding: 30px 0 0;
	}
	.index-news-bg .pull-title{
		justify-content: center;
		text-align: center;
	}
	.index-news-list{
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.index-news-list li{
		width: 96%;
		margin: 0 auto 20px;
	}
	.index-news-list li:last-child{
		margin-bottom: 30px;
	}
	.index-news-list li>h3{
		line-height: 50px;
		margin: 0;
		font-size: 18px;
	}
	.index-news-list li>h3 a{
		font-size: 13px;
	}
	.index-news-list li>.txt p{
		margin-bottom: 0;
	}
	.index-news-list li>.txt a{
		font-size: 16px;
	}
	.index-news-list li>em{
		height: 200px;
	}
	.index-news-list li>em img{
		min-height: 200px;
	}
	
	
	.index-service-bg{
		padding: 20px 0;
		height: auto;
	}
	.index-service{
		flex-wrap: wrap;
	}
	.index-news-list li>.txt a::before{
	    display:none;
	}
	.index-news-list li>.txt p:nth-of-type(1) ins,
	.index-news-list li>.txt p:nth-of-type(1) span{
	    padding-left: 0;
	}
	.index-service>span{
		width: 100%;
		padding: 0 10%;
		margin: 0;
		font-size: 20px;
		line-height: 1.6;
		text-align: center;
	}
	.index-service>a{
		width: 120px;
		height: 36px;
		font-size: 16px;
		margin-top: 20px;
	}
	.list-product-first .txt h3{
		font-size: 24px;
	}
	.list-product-first .txt{
		height: 72px;
	}
	.list-product-first:hover .txt{
		padding-top: ;
	}
	.list-product-first:hover .txt h3{
		font-size: 34px;
		line-height: 2.4;
	}
	.list-product-first:hover .txt a{
		width: 180px;
		height: 46px;
		font-size: 18px;
	}
	
	.list-product li .txt{
		height: 48px;
	}
	.list-product li:hover .txt{
		padding-top: 50px;
	}
	.list-product li .txt h3{
		font-size: 16px;
	}
	.list-product li:hover .txt h3{
		font-size: 22px;
		line-height: 2.4;
	}
	.list-product li:hover .txt a{
		width: 100px;
		height: 30px;
		font-size: 14px;
	}
	
	/* 产品中心 */
	.addr-point{
		font-size: 14px;
		margin-top: 15px;
		padding: 0 2%;
	}
	.product-list-bg{
		margin-top: 10px;
	}
	.product-list-bg h2{
		flex-wrap: wrap;
		font-size: 26px;
		text-indent: 0;
		padding: 3px 2% 8px;
	}
	.product-list-bg h2 a{
		width: calc(25% - 3px);
		font-size: 15px;
		margin: 5px 4px 0 0;
		background-color: #ddf0ff;
	}
	.product-list-bg h2 a:nth-of-type(4n){
		margin-right: 0;
	}
	.product-nav{
		align-items: center;
		padding: 0 2%;
		margin-top: 15px;
		position: relative;
	}
	.product-nav-swiper{
		width: calc(100% - 90px);
	}
	.product-nav-swiper .swiper-slide{
		font-size: 14px;
		margin-right: 20px;
	}
	.product-nav>span{
		width: 80px;
		height: 28px;
		font-size: 13px;
		color: #0c70bb;
		border: 1px solid #0c70bb;
	}
	.product-list{
		padding: 0 2% 50px;
	}
	.product-list li{
		width: calc(50% - 5px);
		margin: 10px 10px 0 0;
	}
	.product-list li:nth-of-type(2n){
		margin-right: 0;
	}
	.product-list li p{
		display: none;
	}
	.product-list li em{
		padding: 0 10px;
		margin: 0;
	}
	.page-content{
		padding: 0;
	}
	.product-list li a{
		font-size: 14px;
		height: 36px;
	}
	.product-list li h3{
		font-size: 13px;
		margin-bottom: 10px;
	}
	.product-list-bg .product-page{
		margin: 30px 0;
	}
	
	
	
	/* 产品文章页 */
	.breadcrumb li, .breadcrumb li a{
		font-size: 14px;
	}
	.product-detail-survey{
		padding: 0 2%;
		margin: 20px 0;
		flex-wrap: wrap;
	}
	.product-detail-survey .img{
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.product-swiper{
		height: auto;
	}
	.row{
		margin: 0 !important;
	}
	.product-thumbnail-swiper{
		padding: 10px 0;
	}
	.product-detail-survey .txt{
		width: 100%;
		padding-top: 0;
	}
	.product-detail-survey .txt h1{
		font-size: 24px;
		margin-top: 0;
		margin-bottom: 5px;
	}
	.product-detail-survey .txt p{
		margin: 0;
		font-size: 15px;
		word-break: break-all;
		line-height: 2.2;
	}
	.survey-btns{
		justify-content: center;
		margin-top: 20px;
	}
	.survey-btns>a{
		width: 120px;
		height: 36px;
	}
	.product-detail{
	    top: 60px;
		padding: 0 2%;
		margin-top: 30px;
		height: 60px;
	}
	.product-detail-nav li{
		margin-right: 12px;
		font-size: 14px;
		line-height: 57px;
	}
	.product-detail-nav-bg>span{
		width: 84px;
		height: 26px;
		font-size: 12px;
	}
	.product-detail-nav-bg>span img{
		height: 14px;
	}
	.product-detail-item li.active{
		padding: 20px 2%;
		line-height: 1.8;
	}
	#mobile_icon_div>div{
		left: auto !important;
		right: 2% !important;
		top: 25%;
	}
	#mobile_minchat_div span{
		color: #fff !important;
	}
	#iframe_mobile_chat{
		border-radius: 10px 10px 0 0;
		overflow: hidden;
	}
	aside{
		right: 2%;
		bottom: 55px !important;
	}
	aside ul.listul{
		width: 45px;
	}
	aside ul.listul li.list_new{
		height: 45px;
	}
	aside ul.listul li.list_new img{
		vertical-align: unset;
	}
	
	
	/* 尾部 */
	.pull-footer-bg{
		padding: 30px 0;
	}
	.pull-footer{
		flex-wrap: wrap;
	}
	.pull-foot{
		width: 100%;
		flex-wrap: wrap;
	}
	.pull-foot li{
		display: flex;
		align-items: center;
		width: 100%;
		padding: 0 2%;
		margin-left: 0 !important;
		margin-bottom: 12px;
	}
	.pull-foot li h6{
		margin: 0;
		font-size: 14px;
		line-height: 1.5;
	}
	.pull-foot li a{
		margin-left: 10px;
		line-height: 1.5;
	}
	.pull-contact{
		width: 100%;
	}
	.pull-footer .line{
		width: 100%;
		height: 1px;
		margin: 15px 0;
	}
	.pull-contact{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		padding: 0 2%;
	}
	.pull-contact span{
		text-align: center;
		margin-right: 30px;
	}
	.pull-contact p{
		margin: 0;
	}
	.other-logo{
		display: flex;
		align-items: center;
		margin-top: 15px;
	}
	.other-logo a{
		margin: 0 15px;
	}
	.other-logo a:last-child{
		margin-top: 8px;
	}
	.other-logo .wechat-img{
		left: 50%;
		transform: translateX(-50%);
	}
	.foot-bottom-bg{
		margin-bottom: 48px;
	}
	.row>[class*='col-'], .row>.col{
		padding: 0;
	}
	
	/* 关于我们页面 */
	.main-img{
		height: 180px;
	}
	.main-img img{
		height: 100%;
		max-width: initial;
	}
	.about-introduction-bg{
		padding: 30px 2% 0;
	}
	.about-title{
		font-size: 24px;
	}
	.about-introduction{
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.about-introduction .img{
		width: 100%;
		height: auto;
		margin: 0 0 20px 0;
	}
	.about-introduction .img>img{
		min-height: 180px;
	}
	.about-introduction .txt{
		width: 100%;
		padding: 0;
		font-size: 15px;
	}
	.about-culture-bg{
		padding: 30px 2% 15px;
	}
	.about-culture{
		margin-top: 20px;
	}
	.about-culture li{
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
	}
	.about-culture li img{
		min-height: 300px;
	}
	.culture-txt{
		top: 108px;
	}
	.culture-txt span{
		font-size: 16px;
		line-height: 1.6;
		height: auto;
		margin-top: 6px;
	}
	.culture-txt p{
		font-size: 30px;
	}
	.about-service-bg{
		padding: 30px 0;
		height: 180px;
	}
	.about-service{
		margin-top: 36px;
	}
	.about-service li{
		font-size: 14px;
	}
	
	/* 资料下载 */
	.knowledge-classify{
		margin-top: 20px;
	}
	.knowledge-classify>span{
		width: 40px;
		font-size: 13px;
	}
	.knowledge-classify>p{
		width: calc(100% - 86px);
	}
	.knowledge-classify>p a{
		width: calc(33.33% - 10px);
		font-size: 13px;
		margin: 0 5px 10px;
		line-height: 28px;
		height: 30px;
	}
	.knowledge-classify>em{
		width: 46px;
		height: 30px;
		font-size: 13px;
	}
	.knowledge-classify>em img{
		height: 6px;
		margin-left: 6px;
	}
	.knowledge-list li>img{
		width: 24px;
	}
	.knowledge-list{
		padding: 0 2% 30px;
	}
	.knowledge-list li{
		height: 60px;
	}
	.knowledge-list li>span{
		width: 75px;
	}
	.knowledge-list li>a{
		width: calc(100% - 122px);
	}
	
	/* 筛选对比页 */
	.contrast-side-btn{
		display: block;
		width: 26px;
		background-color: #eb7a1e;
		border-radius: 4px;
		font-size: 14px;
		color: #fff;
		text-align: center;
		padding: 5px;
		line-height: 1.3;
		position: fixed;
		right: 2px;
		bottom: 60px;
		z-index: 99;
	}
	.contrast-bg{
		display: unset;
	}
	/* 筛选 */
	.contrast-side{
		width: 100%;
		height: calc(100vh - 50px);
		overflow-y: auto;
		position: fixed;
		left: 0;
		top: -100vh;
		z-index: 98;
		padding-top: 60px;
		transition: all .6s;
	}
	.contrast-side.show{
		top: 0;
		transition: all .6s;
	}
	.contrast-side strong{
		background-color: #fff;
		margin: 0;
		padding: 0 2%;
		font-size: 20px;
		line-height: 2.4;
	}
	.side-list{
		background-color: #fff;
		min-height: calc(100% - 48px);
	}
	/* 对比产品列表 */
	.contrast{
		width: 100%;
	}
	.contrast-statistics {
		padding: 15px 2%;
	}
	.contrast-statistics .left>strong{
		font-size: 17px;
	}
	.contrast-statistics .left>span{
		font-size: 15px;
		margin-top: 0;
	}
	.contrast-statistics .right{
		width: 100px;
		font-size: 15px;
	}
	.product-list li em{
		padding: 20px 0;
	}
	.product-list li em img{
		height: 90px;
	}
	.product-list li:nth-of-type(3n){
		margin-right: 10px;
	}
	.product-list li:nth-of-type(2n){
		margin-right: 0;
	}
	/* 对比框 */
	.compare-box{
		display: block;
		width: 100%;
		height: auto;
		padding: 15px 2%;
		left: 0;
		bottom: 51px;
		transform: translateX(0);
	}
	.alert-tip.show{
	    bottom: 51px;
	}
	.compare-items-bg{
		flex-wrap: wrap;
	}
	.compare-items{
		width: 100%;
		flex-wrap: wrap;
		border-right: 1px solid #ddd;
	}
	.compare-items li{
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #ddd;
		margin: 0;
		padding: 12px;
	}
	.compare-items li:last-child{
		border: 0;
	}
	.compare-btns{
		width: 100%;
		border: 1px solid #ddd;
		border-top: 0;
		padding: 15px 0;
	}
	.compare-items li>ins{
		line-height: 40px;
	}
	/* 对比结果 */
	.result-bg{
		padding: 10px 2% 20px;
	}
	.result-title span{
		font-size: 18px;
	}
	.result-title a{
		font-size: 16px;
	}
	.result-list{
		margin-top: 20px;
		width: 900px;
	}
	.result{
		overflow-x: auto;
	}
	.result-list li>div{
		font-size: 14px;
		height: 50px;
	}
	.result-list li>div>em{
		font-size: 14px;
	}
	.result-list li>div:first-child{
		height: 180px;
	}
	.result-list li>div>ins{
		padding-top: 30px;
		height: 124px;
		margin-bottom: 10px;
	}
	.result-list li>div>ins img{
		height: 90px;
	}
	
	/* 资料下载 */
	.down-list{
		padding: 16px 2% 40px;
	}
	.down-list li{
		padding: 10px;
	}
	.down-list li .txt h2{
		font-size: 16px;
	}
	.down-list li .txt span{
		font-size: 13px;
		margin-top: 6px;
	}
	.down-list li .txt span>em{
		margin-left: 10px;
	}
	.down-list li .img{
		width: 60px;
		height: 60px;
	}
	.down-list li .img img:nth-of-type(1){
		display: none;
	}
	.down-list li .img img:nth-of-type(2){
		width: 60px;
		height: 60px;
		opacity: 1;
	}
	.down-list li .img:hover img:nth-of-type(1){
		margin-top: 0;
	}
	.product-page{
		margin: 18px 0 20px;
	}
	.product-page .page{
		display: block !important;
	}
	.product-page .page>span{
		color: #888;
	}
	
	/* 视频合辑 */
	.about-banner{
		height: 180px;
		margin-top: 0;
	}
	.video-list{
		padding: 0 2%;
	}
	.video-list li{
		width: calc(50% - 5px);
		margin: 15px 10px 0 0;
	}
	.video-list li:nth-of-type(2n){
		margin-right: 0;
	}
	.about-banner-txt h1{
		font-size: 30px;
	}
	.video-list li>span{
		height: 98px;
	}
	.video-list li>span>img{
		min-height: 98px;
	}
	.video-list li>div{
		padding: 12px;
	}
	.video-all .video-list li h3{
		font-size: 15px;
	}
	.video-list li p{
		font-size: 13px;
		margin: 0;
	}
	.video-all .product-page{
		margin: 30px 0;
	}
	.survey-btns>a{
		font-size: 15px;
	}
	
	/* 搜索页 */
	.search-input{
		width: 100%;
		padding: 0 2%;
		margin: 20px 0 8px;
	}
	.search-tag{
		width: 100%;
		padding: 0 2%;
		font-size: 14px;
		line-height: 1.8;
	}
	.search-tag>span{
		margin-right: 15px;
	}
	.search-input button{
		width: 80px;
		height: 34px;
		font-size: 15px;
	}
	.search-input input{
		width: calc(100% - 90px);
		height: 34px;
		padding: 0 10px;
		font-size: 15px;
	}
	.search-classify .product-nav-swiper .swiper-slide{
		margin: 0 20px;
	}
	.result-statistics{
		padding: 0 2%;
		margin-top: 20px;
		font-size: 14px;
	}
	.search-list-other{
		padding: 0 2% 30px;
	}
	.search-list-other li .img{
		height: 100px;
	}
	.search-list-other li .img img{
		min-height: 100px;
	}
	.search-list-other li .txt{
		width: 60%;
	}
	.search-gk{
		display: none;
	}
	.search-list-other li .txt h2{
		font-size: 16px;
	}
	.search-list-other li .txt p{
		-webkit-line-clamp: 2;
		margin: 5px 0;
	}
	.search-list-other li{
		height: auto;
		margin-top: 20px;
	}
	.search-list-other li .txt a{
		margin-top: 6px;
	}
	.search-all{
		padding-bottom: 0;
	}
	.page li{
		font-size: 13px;
		margin: 0;
	}
	.compare-items-other .compare-items{
		padding-right: 0;
		border-right: 0;
	}
	.new-page .new-listing h3{
		height: auto;
		font-size: 15px;
		line-height: 1.5;
		padding: 0 3px;
	}
	.new-page .new-listing h4{
		height: auto;
		font-size: 14px;
		line-height: 1.5;
		padding: 0 3px;
		color: #666;
	}
	.new-page .new-listing p{
		font-size: 13px;
		padding: 0 3px;
	}
	.breadcrumb{
	    margin: 0;
		margin-top: 15px;
	}
	.news-nav{
	    width: 96%;
	    margin: 0 auto;
	}
	.news-nav-bg{
	    margin-top: 15px;
	}
	.news-nav a{
	    padding: 0 20px;
	    font-size: 15px;
	}
	.article-body{
	    margin-top: 0;
	}
	.article-body h1{
	    font-size: 18px;
	}
	.article-body .detail-txt{
	    padding: 0 2%;
	}
	.news-page{
	    flex-wrap: wrap;
	    margin: 15px 0;
	}
	.news-page>a{
	    width: 100%;
	    line-height: 1.8;
	}
	.news-flag{
	    padding: 15px 2%;
	}
	.news-flag-list{
	    margin: 15px 0;
	}
	.news-flag-list li{
	    width: 100%;
	}
	.news-flag-list li>a{
	    font-size: 15px;
	}
	div.flo_lef{
	    font-size: 15px;
	}
	.relevant-product{
	    width: 96%;
	    margin: 0 auto;
	}
	.relevant-list li{
	    width: 100%;
	    margin: 10px 0 0;
	    padding: 10px;
	}
	.relevant-list li .txt{
	    width: 50%;
	}
	.xgcp-item>a{
		width: calc(50% - 10px);
		margin: 20px 20px 0 0;
	}
	.xgcp-item>a:nth-of-type(2n){
		margin-right: 0;
	}
	.xgcp-item>a>em{
		height: 150px;
	}
	.xgcp-item>a>h2{
		font-size: 15px;
		height: 40px;
		margin-top: -40px;
	}
	.summary-title p{
		font-size: 20px;
	}
	.summary-txt{
		padding: 15px 0;
	}
	.summary-txt>p{
		font-size: 14px;
	}
	.summary-body .summary-box{
		padding-top: 40px;
	}
	.summary-body .summary-box:nth-of-type(1){
		padding-top: 20px;
	}
	.summary-body .summary-box:nth-of-type(3){
		padding-top: 40px;
	}
	.summary-title span{
		width: 80px;
		height: 3px;
		margin: 10px auto;
	}
	.summary-txt>img{
		margin-top: 20px;
	}
	.summary-item{
		margin-top: 20px;
		justify-content: space-between;
	}
	.summary-item>div{
		width: 80px;
		height: 70px;
		margin-right: 0;
	}
	.summary-item>div strong{
		font-size: 15px;
	}
	.summary-item>div span{
		font-size: 12px;
	}
	.industry-item{
		margin-top: 0;
	}
	.industry-item>div{
		width: calc(50% - 8px);
		margin: 16px 16px 0 0;
	}
	.industry-item>div:nth-of-type(2n){
		margin-right: 0;
	}
	.industry-item>div>span{
		height: 122px;
	}
	.industry-item>div>span em{
		height: 110px;
	}
	.industry-item>div>em{
		font-size: 15px;
		margin-top: 2px;
	}
	.product-page-box{
		margin-top: 0;
		margin-bottom: 20px;
	}
	.product-page-box .page{
		display: block !important;
	}
	.product-page-box .page>span{
		display: none;
	}
	.page li a{
		padding: 3px 6px;
	}
	.news-page a:nth-of-type(2){
		text-align: left;
	}
	.product-thumbnail-swiper .swiper-slide{
		width: 80px;
		height: 60px;
	}
	ul.change-mune{
		display: flex;
		flex-wrap: wrap;
		padding: 5px 0;
		margin: 15px auto;
	}
	ul.change-mune li{
		width: 25%;
	}
	.change-mune li a{
		font-size: 15px;
		color: #333;
	}
	.news-nav-bg{
		width: 96%;
		height: auto;
		margin: 15px auto;
		overflow-x: hidden;
	}
	.news-nav{
		width: 100%;
		height: auto;
		padding: 5px 0;
	}
	.news-nav a{
		padding: 0 6px;
		margin: 0 5px;
		text-align: center;
		height: 38px;
		color: #333;
	}
	.news-nav-swiper .swiper-wrapper{
		flex-wrap: wrap;
		transform: translate3d(0px, 0px, 0px) !important;
	}
	.news-nav .swiper-slide{
		width: 25%;
	}
}
